
### Zombie
id=46
name=Zombie
group=animal
icon=gfx\zombie icon.bmp
model=gfx\Zombie.b3d
scale=2
colxr=15
colyr=28
behaviour=raptor
health=100
speed=0.6
eyes=10
turnspeed=1.3
attackrange=40
ani_move=2,6,0.06
ani_attack=6,10,0.07
ani_die=25,33,0.1
ani_idle1=11,17,0.03
ani_idle2=17,21,0.03
ani_idle3=21,25,0.03
mat=flesh
damage=13
loot=94,4
loot=71,2
script=start
	on:kill {
		event "iskill_hunt","global";
	}
script=end